Add documentation for CRIListStreaming feature gate#54433
Add documentation for CRIListStreaming feature gate#54433bitoku wants to merge 1 commit intokubernetes:dev-1.36from
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Hello @bitoku 👋, v1.36 Docs Team here again! Please take a look at Documenting for a release - PR Ready for Review to get your PR ready for review before Tuesday 31st March 2026. Please let us know once your PR is fully Thank you! |
Signed-off-by: Ayato Tokubi <atokubi@redhat.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @kernel-kun ! It's ready for review now. |
|
Hello @bitoku 👋, v1.36 Docs Team here again! Just checking in as we approach Docs Freeze on Wednesday 8th April 2026 (AoE) / Thursday 9th April 2026, 12:00 UTC. This documentation appears to still be under review. To meet the Docs Freeze, this PR must have a technical review as well as Thank you! |
| The standard CRI list RPCs (`ListContainers`, `ListPodSandbox`, `ListImages`) return | ||
| all results in a single unary response. On nodes with a large number of containers | ||
| (both running and stopped), these responses can exceed gRPC's default 16 MiB message | ||
| size limit, causing the kubelet to fail when reconciling state with the container runtime. |
There was a problem hiding this comment.
Please include some numbers - estimated limit on number of containers without the streaming support
Description
This adds documentation for CRIListStreaming feature gate.
Issue
kubernetes/enhancements#5825